go.pact.im/x/clock.eventTicker.stopc (field)

4 uses

	go.pact.im/x/clock (current package)
		ticker.go#L66: 	stopc   chan struct{}
		ticker.go#L77: 		stopc:  make(chan struct{}),
		ticker.go#L119: 		case <-t.stopc:
		ticker.go#L155: 	t.stopc <- struct{}{}